PBX Cleanup
The PBX Cleanup script removes an IP-PBX configuration.
Copy
# definitions of IPPBX cleanup
configure voip
sip-definition proxy-and-registration
no user-info sbc-user-info where ip-group-name "{{CustomerId}}-t"
exit
sbc dial-plan where name "CustDialPlan"
no dial-plan-rule where name "{{CustomerId}}"
exit
sbc dial-plan where name "RegisteredUsers"
no dial-plan-rule where name "{{CustomerId}}"
exit